Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: overrride account options #884

Conversation

mohammeds1992
Copy link
Collaborator

No description provided.

Copy link

File: packages/restapi/src/lib/pushapi/chat.ts

  1. Line 16: There is a missing import statement for IFeeds. Please import it from the appropriate module.

  2. Line 32: There is a missing closing brace '}' for the list method. Add the closing brace before the async latest method.

  3. Line 70: There is a missing closing parentheses ')' for the latest method. Add a closing parentheses after threadHash.

  4. Line 76: There is a missing closing brace '}' for the latest method. Add the closing brace before the async history method.

  5. Line 102: There is a missing closing brace '}' for the history method. Add the closing brace before the async send method.

  6. Line 105: The 'reference' variable is declared but not used. You can remove this line.

  7. Line 121: There is a missing closing brace '}' for the send method. Add the closing brace before the async decrypt method.

  8. Line 127: There is a missing closing brace '}' for the decrypt method. Add the closing brace before the async accept method.

  9. Line 132: There is a missing closing brace '}' for the accept method. Add the closing brace before the async reject method.

  10. Line 138: There is a missing closing brace '}' for the reject method. Add the closing brace before the async block method.

  11. Line 144: There is a missing closing brace '}' for the block method. Add the closing brace before the async unblock method.

  12. Line 155: There is a missing closing brace '}' for the unblock method. Add the closing brace before the closing brace of the class.

File: packages/restapi/src/lib/pushapi/profile.ts

  1. Line 27: There is a missing closing parentheses ')' for the update method. Add a closing parentheses after progressHook.

  2. Line 33: There is a missing closing brace '}' for the update method. Add the closing brace before the closing brace of the class.

File: packages/restapi/src/lib/pushapi/pushAPITypes.ts

  1. Line 38: There is a missing closing parentheses ')' for the PushAPIInitializeProps interface. Add a closing parentheses after origin.

File: packages/restapi/src/lib/pushapi/user.ts

  1. Line 6: There is a missing closing brace '}' for the constructor. Add the closing brace before the async info method.

All looks good.

@mohammeds1992 mohammeds1992 merged commit d3dd7f0 into main Nov 24, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

😈 [Improvement Proposal] - Add override feature to applicable read only mode APIs
2 participants